home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 2 / LSD and 17bit Compendium Deluxe - Volume II.iso / a / prog / asmsrc / meltdown.lha / FILLED-LINES / FORMS / Form2 < prev    next >
Encoding:
Text File  |  1988-07-19  |  129 b   |  13 lines

  1.     Dc.w    25-1
  2. a    set    0
  3. b    set    50
  4. c    set    150
  5. d    set    250
  6.     Rept    25
  7.     Posa    a,b,c,d,1,2,0,2
  8. a    set    a+10
  9. b    set    b+10
  10. c    set    c-10
  11. d    set    d-10
  12.     Endr
  13.